Platform Explorer / Nuxeo Platform 6.0

Operation Document.Routing.EvaluateCondition (Set Task Done)

Description

Set the task as done.
Operation id Document.Routing.EvaluateCondition
Category Routing
Label Set Task Done
Requires
Since

Parameters

Name Description Type Required Default value
operator string yes  
subject string yes  
value string yes  

Signature

Inputs document
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition
Contributing Component org.nuxeo.ecm.platform.routing.dm.operations

JSON Definition

{
  "id" : "Document.Routing.EvaluateCondition",
  "label" : "Set Task Done",
  "category" : "Routing",
  "requires" : null,
  "description" : "Set the task as done.",
  "url" : "Document.Routing.EvaluateCondition",
  "signature" : [ "document", "void" ],
  "params" : [ {
    "name" : "operator",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "subject",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "value",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}